fix: ddp-streamer restart keeping opened connections#35195
fix: ddp-streamer restart keeping opened connections#35195kodiakhq[bot] merged 6 commits intodevelopfrom
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #35195 +/- ##
========================================
Coverage 59.44% 59.44%
========================================
Files 2827 2827
Lines 68163 68163
Branches 15123 15123
========================================
Hits 40517 40517
Misses 24990 24990
Partials 2656 2656
Flags with carried forward coverage won't be shown. Click here to find out more. |
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
|
/patch |
|
Pull request #35220 added to Project: "Patch 7.3.2" |
|
/backport 7.2.3 |
|
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands: after that just run |
|
/backport 7.2.3 |
|
Pull request #35241 added to Project: "Patch 7.2.3" |
|
/backport 7.1.3 |
|
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands: after that just run |
|
/backport 7.1.3 |
|
Pull request #35242 added to Project: "Patch 7.1.3" |
|
/backport 7.0.7 |
|
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands: after that just run |
|
/backport 7.0.7 |
|
Pull request #35243 added to Project: "Patch 7.0.7" |
The fix will be using a random id for each ddp-streamer instance so in a restart a new id will be created, causing the old connections being pruned by the existing code that prunes connections from non-existent instances.
Proposed changes (including videos or screenshots)
Issue(s)
ARCH-1453
Steps to test or reproduce
Further comments